From: Chad Horohoe Date: Mon, 15 Feb 2010 21:53:30 +0000 (+0000) Subject: Rm 3 unused $wgDBprefixes X-Git-Tag: 1.31.0-rc.0~37738 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=2d107300bea436aaa6eb53b9311d56614908a343;p=lhc%2Fweb%2Fwiklou.git Rm 3 unused $wgDBprefixes --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 73b330b7b2..3b2e6f0935 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -764,7 +764,7 @@ class ParserTest { } private function teardownDatabase() { - global $wgDBprefix, $wgDBtype; + global $wgDBtype; if ( !$this->databaseSetupDone ) { return; } @@ -1241,7 +1241,7 @@ class DbTestPreviewer extends TestRecorder { * and all that fun stuff */ function start() { - global $wgDBtype, $wgDBprefix; + global $wgDBtype; parent::start(); if( ! $this->db->tableExists( 'testrun' ) @@ -1414,7 +1414,7 @@ class DbTestRecorder extends DbTestPreviewer { * and all that fun stuff */ function start() { - global $wgDBtype, $wgDBprefix, $options; + global $wgDBtype, $options; $this->db->begin(); if( ! $this->db->tableExists( 'testrun' )